dsh-sound-notify:为 DSH web 添加提示音与主背景设置

dsh-sound-notify 是一款 DSH web 插件,旨在解决界面状态变化易被忽略的问题。其核心功能包括声音提醒和背景自定义:当 agent 提问、发起审批或完成任务时,可触发预设(如上扬、叮咚)或上传的自定义音频,支持独立配置音量与频率;同时允许用户设置背景色、图片及遮罩效果。设置自动保存至 settings.yaml 并实时生效。插件支持通过 pnpm 添加 tgz 包或手动复制目录并修改配置文件进行安装,安装后重启 dsh web 即可在“设置-个性化”中使用。需注意,该插件以当前 dsh 权限运行,建议安装前检查源码;且文档未提供 tgz 下载地址,手动安装需具备一定技术基础

Read More
dsh-sounds:给 DeepSeek Harness 加任务状态提示音

dsh-sounds 是一个专为 DeepSeek Harness (DSH) Web 端设计的轻量级插件,旨在通过提示音提醒用户任务状态变化,如任务完成、失败、等待批准及 Agent 提问。该插件由 DNNCOVO 维护,采用 MIT 许可证,独立运行且不依赖其他插件。其核心优势在于无需外部通知工具或预录音频文件,而是利用浏览器端的 Web Audio API 和振荡器现场合成特定频率的音效(如上行三连音代表完成,方波代表错误),从而降低资源依赖。 技术实现上,插件通过 Host 端订阅 DSH 官方服务事件并经由 SSE 端点推送至浏览器端,客户端订阅后即时播放声音。由于浏览器自动播放策略

Read More
DSH-Perlica-Ding: DeepSeek Harness Tiered Task Prompt Tone Plugin

`dsh-perlica-ding` is a DeepSeek Harness (DSH) plugin designed to optimize task execution experience through sound alerts. It plays distinct notification tones at key milestones such as plan generation, task completion, approval requests, and error reporting, while remaining silent during normal Q&A to avoid disturbances. The plugin features built-in Perlica-style sound effects, supports cross-platform operation on Windows, macOS, and Linux, and works out-of-the-box with no configuration required after installation, including when the window is in the background. Core features include: sounding only when the main conversation round is uniformly concluded, preventing sub-agents from ringing individually; a 2.5-second debounce interval for each sound tier; and configurable options such as a master switch, debounce time, custom sound effect directory, and an execution tool list. Users can install it via GitHub or npm and need to restart DSH W

Read More